From: Nick Roberts Date: Wed, 30 May 2007 05:21:19 +0000 (+0000) Subject: (Fset_mouse_pixel_position): Add call to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18691 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8b377029ce723c99736bd64ffe97a300849bddcd;p=emacs.git (Fset_mouse_pixel_position): Add call to term_mouse_moveto. --- diff --git a/src/frame.c b/src/frame.c index 5990b9e0717..ab91af264dc 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1539,6 +1539,13 @@ before calling this function on it, like this. Fselect_frame (frame); mouse_moveto (XINT (x), XINT (y)); } +#else +#ifdef HAVE_GPM + { + Fselect_frame (frame); + term_mouse_moveto (XINT (x), XINT (y)); + } +#endif #endif #endif